public CustomImage getLogo(string type)
 {
     return(_customImageRepository.GetSingleByCondition(x => x.Type == type && x.Status));
 }