public ActionResult Add([FromBody] Article article) { _articleBusiness.AddToMsSqlWithTransaction(article); return(Ok()); }