public DataTable DeleteUomBAL(string UnitCd, string UnitName, string DELETE, string ConnKey) { return(objDist.DeleteUomDAL(UnitCd, UnitName, DELETE, ConnKey)); }