public EmployeesController(PruebaDbFirstContext context)
 {
     _context = context;
 }
 public ClientesController(PruebaDbFirstContext context)
 {
     _context = context;
 }