// GET: Admin2ViewModel
 public ActionResult Index()
 {
     return View(_adminAppService.GetAll());
 }