public DataTable GetAllMessageNotReplied()
 {
     return(dal.GetAllMessageNotReplied());
 }