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