public static BG_BudgetAllocation GetBG_BudgetAllocationByBAAID(int bAAID)
 {
     return(BG_BudgetAllocationService.GetBG_BudgetAllocationByBAAID(bAAID));
 }
 public static DataTable GetAllBG_BudgetAllocation()
 {
     return(BG_BudgetAllocationService.GetAllBG_BudgetAllocation());
 }
 public static bool ModifyBG_BudgetAllocation(BG_BudgetAllocation bG_BudgetAllocation)
 {
     return(BG_BudgetAllocationService.ModifyBG_BudgetAllocation(bG_BudgetAllocation));
 }
 public static bool DeleteBG_BudgetAllocationByID(int bAAID)
 {
     return(BG_BudgetAllocationService.DeleteBG_BudgetAllocationByBAAID(bAAID));
 }
 public static bool DeleteBG_BudgetAllocation(BG_BudgetAllocation bG_BudgetAllocation)
 {
     return(BG_BudgetAllocationService.DeleteBG_BudgetAllocation(bG_BudgetAllocation));
 }
 public static BG_BudgetAllocation AddBG_BudgetAllocation(BG_BudgetAllocation bG_BudgetAllocation)
 {
     return(BG_BudgetAllocationService.AddBG_BudgetAllocation(bG_BudgetAllocation));
 }