public IHttpActionResult ChangeDescription(int type, string description) { _typeService.ChangeDescription(type, description); return(Ok()); }