public ActionResult Index()
        {
            IEnumerable <Static> data = Static.FindAll();

            return(View(data));
        }