private void Remove() { if (Index >= 0) { ClassSubject.RemoveAt(Index); } }
private void Remove() { if (Index >= 0) { if (RequestToDataBase.Instance.requestDeleteFromSubject(ClassSubject, Index)) { ClassSubject.RemoveAt(Index); } } }