protected static function init()
 {
     if (!self::$leaveRequestDao instanceof LeaveRequestDao) {
         self::$leaveRequestDao = new LeaveRequestDao();
     }
 }