public bool AddCountryMaster(DataContracts.Masters.DC_Country param) { using (BusinessLayer.BL_Masters obj = new BL_Masters()) { return(obj.AddCountryMaster(param)); } }