public async Task <ActionResult <IEnumerable <Entry> > > GetEntry() { return(await _context.GetEntries()); }