/***/
        public ActionResult SearchProcedure()
        {
            ViewBag.deparmentTable   = con.getDepartments();
            ViewBag.platformersTable = con.getPlatformers();

            return(View());
        }
 public ActionResult Statistic()
 {
     ViewBag.deparmentTable   = con.getDepartments();
     ViewBag.platformersTable = con.getPlatformers();
     return(View());
 }