public DemoModel Get(int id)
 {
     return(_demoRepository.GetDemo(id));
 }