public static Books GetBookbyid(int bookid)
 {
     return(DBManager.GetBookbyid(bookid));
 }