public new static PersonManager Instance()
 {
     if (instance == null)
     {
         instance = new CPHPersonManager();
     }
     return(instance);
 }
 public static void Main(string[] args)
 {
     enEllerAndenMetode(CPHPersonManager.Instance());
 }