/**
  * Set DayOff
  *
  * @param String $dayOff
  */
 static function setDayOff($dayOff)
 {
     self::$dayOff = $dayOff;
 }