private static void HandleWarning(AMPLException obj)
 {
     Console.Write("Got warning: {0}\n", obj.Message);
 }
 private static void HandleError(AMPLException obj)
 {
     Console.Write("Got error: {0}\n", obj.Message);
 }