public ActionResult PickBlock() { var blockIdNames = _blockService.GetBlockIdNames(); return(View("_PickBlock", blockIdNames)); }