public _VIPClass(_writtingIntoFile thewirttingIntoFile, _connectingToDB theconnectiongToDb)
 {
     throw new NotImplementedException();
 }
 protected virtual _VIPClass vipclassGetter()
 {
     var ThewirttingIntoFile = new _writtingIntoFile();
     var TheconnectiongToDB = new _connectingToDB();
      return vipClass = new _VIPClass(ThewirttingIntoFile, TheconnectiongToDB);
 }