public static string GetTypeName(int typeId)
 {
     return(typeId > 0 ? TypeDao.GetTypeName(typeId) : string.Empty);
 }