public async Task <ActionResult> Delete(Guid id) { return(View(await buildingService.GetStreetDTO(id))); }