Using the basic definition of Sample Variance
$$\ S^{2} = \frac{\sum_{i=1}^n (X_i- \bar{X})^2} {n-1} $$ I obtained expectation of $S^2$ as $ \frac{n \sigma^2}{n-1} $
How do I remove the constant factor? I saw similar questions to this on the forum but the answers listed in those are simply too complicated and use an entirely different approach than directly calculating expectation of the expression for sample mean
Edit: Steps involved in derivation
$$ E(S^2)= E \left(\frac{\sum_{i=1}^n (X_i- \bar{X})^2}{n-1} \right) \\= \frac{\sum_{i=1}^n E(X_i- \bar{X})^2}{n-1}\\=\frac{\sum_{i=1}^n E(X_i^2)-2E(X_i)\bar{X}+(E(\bar{X}))^2}{n-1} \\=\frac{\sum_{i=1}^n \sigma^2} {n-1}\\=\frac{n\sigma^2}{n-1} $$