//****************************************************College Search*******************************************************//

        /// <summary>
        /// SearchForm page of the website. This page presents multiple input/selector fields the user
        /// can alter to get back a college search result on the SearchResults.cshtml page.
        /// </summary>
        /// <returns>
        /// A view.
        /// </returns>
        public ActionResult SearchForm()
        {
            return(View(_repository.GetFormData()));
        }