public JobAgentProxy(IBatchJobAgent agent)
		{
			_agent = agent;
		}
 public JobAgentProxy(IBatchJobAgent agent)
 {
     _agent = agent;
 }