public double SumRegion(PointTO point1, PointTO point2)
 {
     return(MySqlDAL.SumRegion(point1, point2));
 }