//GetById public Role GetByID(string roleId) { return(objDb.GetByID(roleId)); }
public Role GetByID(int Id) { return(objDb.GetByID(Id)); }