public async Task <Building> GetBuildingById(int id)
 {
     return(await _organisationRepository.FindBuildingById(id));
 }