public async Task <ActionResult> DeleteConfirmed(Guid id) { await buildingService.DeleteStreet(id); return(RedirectToAction("Streets", "Street")); }