public async Task <ActionResult <IEnumerable <Authors> > > GetPushkin() { return(_context.GetPushkinBooks(_context.authors).ToList()); }