public override bool Action()
        {
            dao = new T_Planing_WeatherCollectionDAO();

            return(isCan);
        }
 public T_Planing_WeatherCollectionBAL()
 {
     dao = new T_Planing_WeatherCollectionDAO();
 }