public Category GetById(int id) { return(db.GetById(id)); }
public tbl_Category GetById(int Id) { return(objDb.GetById(Id)); }