public static bool IsFalseOrNo(string str)
 {
     return(StaticAIMLUtils.IsFalseOrNo(str));
 }