public ClienteDatos()
 {
     DAL   = new DALCliente();
     Datos = new List <Cliente>();
     DAL.CrearBaseDatos();
 }