public ActionResult Index()
        {
            var shifts = _service.GetShiftsViewData();

            return(View(shifts));
        }