public ActionResult Saaty99([FromBody] Alternative[] array) { var saaty = NormalizationHelper.Saaty99(array); return(Ok(saaty)); }