public static List <Books> GetAllBooks()
 {
     return(DBManager.GetAllBooks());
 }