public SResponsabilityType GetSingle(Guid id)
        {
            var entity = ResponsabilityTypeRepository.GetSingle(id);

            return(SResponsabilityType.DtoS(entity));
        }