\documentclass[a4paper,13pt,openany,oneside,msc]{VThesis}
\input{commands}
\begin{document}
\baselineskip=1.5cm
\pagenumbering{harfi}

\tableofcontents\newpage\cleardoublepage
%\listoffigures
\pagenumbering{arabic}
\baselineskip=1cm

این یک متن آزمایشی برای نمایش مرجع 
\cite{gillman2013rings}
است.

\bibliography{C:\Books & Articles\PAPER&THESES\MyReferences\MyReferences}
\bibliographystyle{plain}
\bibliography{MyReferences}

\label{LastPage}
\end{document}