public List <ContactInformation> ListContactInformation(int?contactInfoId)
 {
     return(ApartmentMethods.ListContactInformation(contactInfoId));
 }