public UsuarioGrupoRepository(ControleChamadosContext context)
 {
     _context = context;
 }
 public void Begin()
 {
     _context = ServiceLocator.Current.GetInstance<ControleChamadosContext>();
 }