/**
  *
  */
 public function loadNotes()
 {
     $this->notes = TicketNote::loadByTicket($this->id);
 }