public int Insert(Category model) { return(af.Insert(model)); }
public int Insert(PageBlock model) { return(af.Insert(model)); }
public int Insert(Course model) { return(af.Insert(model)); }
public int Insert(Instructor model) { return(af.Insert(model)); }