/// <summary>
 /// Parametrized constructor to inject the reference object implicitly
 /// M.S.Prakash
 /// </summary>
 /// <param name="uow"></param>
 public ProgrammLevelManager(IUnitOfWork uow)
 {
     repo = uow.GetProgrammRepo();
 }