public ActionResult NewForReseller(Guid id)
 {
     Model = _storeFacade.NewForReseller(id);
     return(View("Edit", Model));
 }