public void UpdateProject(Project project) { _context.Entry(project).State = EntityState.Modified; _context.SaveChanges(); }