public List <Empleado> BuscarTodosLosEmpleados()
 {
     return(repository.GetallEmployee().ToList());
 }