public AdmissionEnquiryMaster GetAdmissionEnquiry(int AMID) { DALCommon dal = new DALCommon(ConStr); return(dal.GetAdmissionEnquiry(AMID)); }