public static BG_BudgetConCell GetBG_BudgetConCellByBCCID(int bCCID)
 {
     return(BG_BudgetConCellService.GetBG_BudgetConCellByBCCID(bCCID));
 }
 public static DataTable GetAllBG_BudgetConCell()
 {
     return(BG_BudgetConCellService.GetAllBG_BudgetConCell());
 }
 public static bool ModifyBG_BudgetConCell(BG_BudgetConCell bG_BudgetConCell)
 {
     return(BG_BudgetConCellService.ModifyBG_BudgetConCell(bG_BudgetConCell));
 }
 public static bool DeleteBG_BudgetConCellByID(int bCCID)
 {
     return(BG_BudgetConCellService.DeleteBG_BudgetConCellByBCCID(bCCID));
 }
 public static bool DeleteBG_BudgetConCell(BG_BudgetConCell bG_BudgetConCell)
 {
     return(BG_BudgetConCellService.DeleteBG_BudgetConCell(bG_BudgetConCell));
 }
 public static BG_BudgetConCell AddBG_BudgetConCell(BG_BudgetConCell bG_BudgetConCell)
 {
     return(BG_BudgetConCellService.AddBG_BudgetConCell(bG_BudgetConCell));
 }