public void Update(Community entity, int id)
 {
     throw new NotImplementedException();
 }
 public void Create(Community entity)
 {
     throw new NotImplementedException();
 }