public JsonResult Create([FromBody] VMatAddForm vMat) { var result = matService.Create(vMat); return(new JsonResult(result)); }