public static AscmUnloadingPointMapService GetInstance()
 {
     if (ascmUnloadingPointMapServices == null)
     {
         ascmUnloadingPointMapServices = new AscmUnloadingPointMapService();
     }
     return(ascmUnloadingPointMapServices);
 }
 public static AscmUnloadingPointMapService GetInstance()
 {
     if (ascmUnloadingPointMapServices == null)
         ascmUnloadingPointMapServices = new AscmUnloadingPointMapService();
     return ascmUnloadingPointMapServices;
 }