public Apartment[] GetApartments()
 {
     return(Apartments?.ToArray());
 }