public EventoBusiness(IEventoService pEventoService, IEventoturnosService pEventoturnosService, IEventodatasService pEventodatasService)
 {
     m_EventoService       = pEventoService;
     m_EventoturnosService = pEventoturnosService;
     m_EventodatasService  = pEventodatasService;
 }
 /// <summary>
 /// Construtor Object Class EV_EVENTOTURNOS
 /// </summary>
 /// <param name="context">context database</param>
 public EventoturnosBusiness(IEventoturnosService pEventoturnosService)
 {
     m_EventoturnosService = pEventoturnosService;
 }