public IActionResult EditSitting(EditSittingViewModel s)
 {
     _services.UpdateSittingsDuration(s);
     return(RedirectToAction("Index"));
 }