public bool IssuedBooksBLL() { bool isBookAccepted = false; try { dAL.IssuedBooksDAL(); isBookAccepted = true; } catch { } return(isBookAccepted); }