public ActionResult Increment(ParametersToServerModel model, int value)
 {
     model.Increment(value);
       return Json(model);
 }