public IEnumerable <UserViewModel> GetUsers()
        {
            var details = ud.GetAll();

            return(details);
        }