protected virtual string GetPrevStep(ILoader loader, View view, string pk, string currentStepId) { return(loader.GetPreviousValue(view.Base.Name, view.WorkFlowStepsFieldName, pk, currentStepId)); }