public ApprovalLevel GetApprovalLevel(int ApprovalLevelId)
 {
     return(_controller.GetApprovalLevel(ApprovalLevelId));
 }