public function attributes()
 {
     $createRequest = new CreateStudentCategoryRequest();
     return $createRequest->attributes();
 }