@Override
public ActionForward prepareCreateNewRequest(ActionMapping mapping, ActionForm form, HttpServletRequest request,
HttpServletResponse response) {
PhdIndividualProgramProcess process = getPhdIndividualProgramProcess(request);
PhdDocumentRequestCreateBean phdDocumentRequestCreateBean = new PhdDocumentRequestCreateBean(process);
request.setAttribute("phdAcademicServiceRequestCreateBean", phdDocumentRequestCreateBean);
return mapping.findForward("createNewDocumentRequest");
}