private void InitZones()
 {
     zoneList = new List <Zone>(DALFactory.CreateZoneDao(database).FindAll());
 }