public tbl_Category GetById(int id) { return(objDB.GetByID(id)); }
public tbl_Category GetbyID(int Id) { return(objDb.GetByID(Id)); }