public Role GetRoleInfo(string id)
 {
     return(rdao.GetRoleInfo(id));
 }