public List <TipoCliente> ListarTipoCliente()
 {
     return(clienteDatos.ListarTipoCliente());
 }