public async Task <IEnumerable <BuildingReturnModel> > GetAll()
 {
     return(await _buildingsService.GetAll());
 }