public ActionResult addEditor([FromForm] EditUser editUser) { _service.addEditor(editUser); return(Ok()); }