public async Task <ActionResult> DeleteConfirmed(Guid id) { await buildingService.DeleteFlat(id); return(RedirectToAction("Index")); }