[WebMethod(EnableSession = true)][Admin]                   public bool             SetTMConfigFile(TMConfig tmConfig)
 {
     return(TMConfig.setCurrent(tmConfig));
 }