public ProgramViewModel GetProgramId(int ProgramId)
 {
     return(_program.GetProgrambyId(ProgramId));
 }