//public StudentsBusinessLogic(ProgramData productDbContext) //{ // this.programDbContext = programDbContext; //} public List <Students> GetAllStudents() { return(programDbContext.GetAllStudents()); }