public async Task<bool> DeleteCheckOnEntity(int id)
 {
     return await departmentsRepository.DeleteCheckOnEntity(id);
 }