public void Setvalues(UserProfileSup entity, UserProfileSup existingEntity)
 {
     _service.Setvalues(entity, existingEntity);
 }
 public void Update(UserProfileSup obj)
 {
     _service.Update(obj);
 }
 public void Delete(UserProfileSup obj)
 {
     _service.Delete(obj);
 }
 public void Add(UserProfileSup obj)
 {
     _service.Add(obj);
 }