public void Add(Location l) { context.Locations.Add(l); context.SaveChanges(); }
public void Save() { _context.SaveChanges(); }