public List <Organisation> ListOrganisation(Guid?roleId)
 {
     return(ApartmentMethods.ListOrganisation(roleId));
 }