public CharacterDataProvider()
 {
     if (_instance == null)
     {
         _instance = this;
     }
     else
     {
         throw new Exception("Cannot have more than one Character Data Provider!");
     }
 }
 public CharacterDataProvider()
 {
     if (_instance == null)
     {
         _instance = this;
     }
     else
     {
         throw new Exception("Cannot have more than one Character Data Provider!");
     }
 }