public DistributorCommon GetUserById(string DistId, string UserId = "") { return(_repo.GetUserById(DistId, UserId)); }