public void UpdateStatus(int index, string status) { if (ReturnList.Count() != 0) { ReturnList[index].UpdateReturnStatus(status); } }