public User Getdetails(int id)

        {
            return(_repo.GetDetails(id));
        }