public void DeleteL(Location l) { LocationDB db = new LocationDB(); db.Delete(l); db.SaveChanges(); }