public void DeleteSupport(int id) { var support = _supportRepository.GetById(id); _supportRepository.Delete(support); SaveSupport(); }