public function doNotification(Internship $i, $note = null)
 {
     Email::sendInternshipCancelNotice($i);
 }