public IEnumerable <ProgramViewModel> Get()
 {
     return(_program.GetAllPrograms());
 }