public int SpeciDeletes(string id)
 {
     return(_specificationRepository.Deletes(id));
 }