// GET: ChargeBack
        public ActionResult ChargeBack()
        {
            String userId = User.Identity.GetUserId();

            return(View(dService.GetDepartmentChargeBackViewModels(userId)));
        }