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