public void Remove(long profilePostId)
 {
     _profilePostManager.Remove(profilePostId);
 }