private int GetTotalCount()
 {
     return(messageBLL.GetAllMessageRepliedByTeacher(Session["admin_name"].ToString().Trim()).Rows.Count);
 }