public static List <EAD_Project.PMS.Entities.CommentDTO> GetAllComments()
 {
     return(CommentDAO.GetAllComments());
 }