public IEnumerable <Author> GetAuthorByPatentId(int patentId) { return(_authorDao.GetAuthorByPatentId(patentId)); }