public void dailyProcedure(String code) { int flag = con.init(code); int departmentId = Int32.Parse(Session["idDepartment"].ToString()); //ViewBag.dailyProcedure = con.test(departmentId); //return View(); }