static void testing(bool expected, string parentheses)
 {
     Assert.Equal(expected, ValidParentheses.ValidParenthesis(parentheses));
 }