public HomeController(IDMService dmService) { this._dmService = dmService; }
public StudentController(IDMService dMService) { this._dMService = dMService; }