public ActionResult Index() { IEnumerable <OwnerViewModel> model = null; model = Service.GetData(); return(View(model)); }