public void deleteAgent(int id) { TicketAgent instance = agentRepo.GetById(id); agentRepo.Delete(instance); }