public static BG_ApplyReimbur GetBG_ApplyReimburByARID(int aRID)
 {
     return(BG_ApplyReimburService.GetBG_ApplyReimburByARID(aRID));
 }
 public static DataTable GetAllBG_ApplyReimbur()
 {
     return(BG_ApplyReimburService.GetAllBG_ApplyReimbur());
 }
 public static bool ModifyBG_ApplyReimbur(BG_ApplyReimbur bG_ApplyReimbur)
 {
     return(BG_ApplyReimburService.ModifyBG_ApplyReimbur(bG_ApplyReimbur));
 }
 public static bool DeleteBG_ApplyReimburByID(int aRID)
 {
     return(BG_ApplyReimburService.DeleteBG_ApplyReimburByARID(aRID));
 }
 public static bool DeleteBG_ApplyReimbur(BG_ApplyReimbur bG_ApplyReimbur)
 {
     return(BG_ApplyReimburService.DeleteBG_ApplyReimbur(bG_ApplyReimbur));
 }
 public static BG_ApplyReimbur AddBG_ApplyReimbur(BG_ApplyReimbur bG_ApplyReimbur)
 {
     return(BG_ApplyReimburService.AddBG_ApplyReimbur(bG_ApplyReimbur));
 }