public void AddAddress(string city, string street, string house, string flat, int id) { database.AddAddress(city, street, house, flat, id); }