public bool delete(Model.ML_OrganisationSubCategory Category)
 {
     return(new OBALog.Data.DL_OrganisationSubCategory().delete(Category));
 }
 public int insert(Model.ML_OrganisationSubCategory Category)
 {
     return(new OBALog.Data.DL_OrganisationSubCategory().insert(Category));
 }
 public System.Data.DataTable selectByCategory(Model.ML_OrganisationSubCategory Category)
 {
     return(new OBALog.Data.DL_OrganisationSubCategory().selectByCategory(Category));
 }
 public int selectUsage(Model.ML_OrganisationSubCategory Category)
 {
     return(new OBALog.Data.DL_OrganisationSubCategory().selectUsage(Category));
 }