First add a reference for model in the controller :
ex:
using MVCapplication1.Models;
here MVCapplication1 is the application nameand be sure that the class you want to access is present under Models folder.
then create an instance of the model class, using the instance dot property name can be accessed.
try this