def getReadCommentByPage(page): control_One = Control_One() return control_One.getReadCommentByPage()
def getReadAssayById(assayId): control_One = Control_One() return control_One.getReadAssayById(assayId)
def getReadRelatedById(assayId): control_One = Control_One() return control_One.getReadRelatedById(assayId)
def getReadCarousel(): control_One = Control_One() return control_One.getReadCarousel()
def getReadIndex(): control_One = Control_One() return control_One.getReadIndex()
def getMain(): control_One = Control_One() return control_One.getMain()
def getMainByMonth(month): control_One = Control_One() return control_One.getMainByMonth(month)