public static BG_IncomeGather GetBG_IncomeGatherByIGID(int iGID)
 {
     return(BG_IncomeGatherService.GetBG_IncomeGatherByIGID(iGID));
 }
 public static DataTable GetAllBG_IncomeGather()
 {
     return(BG_IncomeGatherService.GetAllBG_IncomeGather());
 }
 public static bool ModifyBG_IncomeGather(BG_IncomeGather bG_IncomeGather)
 {
     return(BG_IncomeGatherService.ModifyBG_IncomeGather(bG_IncomeGather));
 }
 public static bool DeleteBG_IncomeGatherByID(int iGID)
 {
     return(BG_IncomeGatherService.DeleteBG_IncomeGatherByIGID(iGID));
 }
 public static bool DeleteBG_IncomeGather(BG_IncomeGather bG_IncomeGather)
 {
     return(BG_IncomeGatherService.DeleteBG_IncomeGather(bG_IncomeGather));
 }
 public static BG_IncomeGather AddBG_IncomeGather(BG_IncomeGather bG_IncomeGather)
 {
     return(BG_IncomeGatherService.AddBG_IncomeGather(bG_IncomeGather));
 }