public bool CreateNewRole(Role r)
 {
     return(roleInterface.CreateNewRole(r));
 }