public string DeleteAll() { repository.DeleteAll(); return(string.Empty); }
public void DeleteIndex() { repository.DeleteAll(); }