public static SheetNoteScript GetInstance()
 {
     if (Instance == null)
     {
         Instance = new SheetNoteScript();
     }
     return(Instance);
 }
    public static SheetNoteScript GetInstance()
    {
        if (Instance == null)
        {
            Instance = new SheetNoteScript();

        }
        return Instance;
    }