public void Insert(Role role) { _roleObject.Insert(role); }
//Insert public void Insert(Role role) { objDb.Insert(role); }