public int RejectBookBLL(int bid)
 {
     return(libraraDal.RejectBookDAL(bid));
 }