public async Task <ActionResult> Streets()
 {
     return(View(await buildingService.GetStreets()));
 }