public ActionResult Create() { var empty = new BrandViewModel(); var data = empty.ToVM(); return(View(data)); }