protected static void deleteAccount(string name) { context.Delete(getAccount(name)); context.SaveChanges(); }