public static function make(EGGame $game, Scholarship $scholarship, $type)
 {
     $gs = new EGGameScholarships();
     $gs->setGame($game)->setScholarship($scholarship)->setScholarshipType($type);
     return $gs;
 }