public bool Set(UsersVM item) { return(Update(item.ToModel())); }
public int Add(UsersVM item) { return(Insert(item.ToModel())); }