public IEnumerable <DemoModel> Get()
 {
     return(_demoRepository.GetAllDemos());
 }