public IList <AppUser> GetProgramManagers()
 {
     return(_controller.GetProgramManagers());
 }