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