public static PackageRepo GetInstance() { if (instance == null) { instance = new PackageRepo(); } return(instance); }