public MonHocBDO GetMonHoc(string mamh) { try { return(monhocBUS.GetMonHocByID(mamh)); } catch (FaultException) { throw; } }