public async Task <List <Building> > GetOrganisationStructure()
 {
     return(await _organisationRepository.FindOrganisationStructure());
 }