public static string overrideNP(List<string> _arr) { SBObj _sbobj = new SBObj(); _sbobj.Status = _arr[0].ToString(); return _sbobj.OverrideNP(); }