public Result UpdateMemberPhoto(UploadPhoto model)
 {
     return(member.UpdateUserPhoto(model.MemberId, model.ImageName));
 }