public function getRecord($id)
 {
     return Scholarship::find($id);
 }