@Override
  public void prepare() {

    super.prepare();
    addDropdownData("executingDepartmentList", departmentService.getAllDepartments());
    estimateStatus = AbstractEstimate.EstimateStatus.ADMIN_SANCTIONED.toString();
  }