public void UpdateUser(PublicationsDMS.Entities.Models.User user)
 {
     throw new NotImplementedException();
 }
 public void AddUser(PublicationsDMS.Entities.Models.User user, string password)
 {
     throw new NotImplementedException();
 }