public static void DeleteMethod(IDatabaseConnection database, int amount) { database.Delete(amount); }