public static int DeleteBorrowedById(int id)
 {
     return(BorrowProxy.DeleteBorrowedById(id));
 }
 public static BorrowORLoanCollection GetBorrowList(List <QueryElement> list)
 {
     return(BorrowProxy.GetBorrowList(list));
 }
 public static int InsertOrUpdatetoBorrowed(BorrowORLoanInfo info)
 {
     return(BorrowProxy.InsertOrUpdatetoBorrowed(info));
 }
 public static BorrowORLoanInfo GetBorrowById(int id)
 {
     return(BorrowProxy.GetBorrowById(id));
 }