public ActionResult Index()
        {
            ViewBag.serviceTime1 = s1.Service1();
            ViewBag.serviceTime2 = s2.Service2();

            return(View());
        }