public IEnumerable <Category> GetAll() { return(af.GetAll()); }
public IEnumerable <PageBlock> GetAll() { return(af.GetAll()); }
public IEnumerable <Course> GetAll() { return(af.GetAll()); }
public IEnumerable <Instructor> GetAll() { return(af.GetAll()); }