/**/
        public ActionResult searchDepartment(String dep)
        {
            ViewBag.searchTable = con.getSearchDep(dep);
            return(View());
        }

        /**/
        public ActionResult searchPlatformist(String plat)
        {
            ViewBag.searchTable = con.getSearchPlat(plat);
            return(View());
        }