public ActionResults Index()
    {
        var model = _myService.GetModel();

        return(View(model));
    }