public bool Add(MonHocBDO monhoc)
 {
     try
     {
         monhocBUS.Add(monhoc);
         return(true);
     }
     catch (FaultException)
     {
         throw;
     }
 }