public void ValidateDateForCreaton(string date)
 {
     DateForCreaton = validateData.ParseFromDateTimeToDateTimeWhioutLeter(date);
 }