public static string getConsecutiveString()
 {
     clsLst lst = new clsLst();
     return lst.GetLastConsecutiveEntry();
 }