public ActionResult Index()
        {
            var school = schoolRepository.FindAll();

            return(View(school));
        }