public List <PointTO> GetValues()
 {
     return(MySqlDAL.GetAll());
 }