public List <MonHocBDO> GetAllMonHoc()
 {
     try
     {
         return(monhocBUS.GetAll());
     }
     catch (FaultException)
     {
         throw;
     }
 }