public IActionResult AddStatement([FromBody] Statement statement) { long rows = -1; Statement.AddStatement(statement); return(Ok()); }