public List <BooksBySubject> GetBooksBySubject() { try { return(_appService.GetBooksBySubject()); } catch (Exception ex) { throw ex; } }