public TempJobUloadPhoto(DC context, string fullPath, Photo p) : base(context, fullPath, p) { }
public TempJobUploadDescription(DC context, string fullPath, Photo p) : base(context, fullPath, p) { }
public JobUploadPhoto(DC context, string fullPath, Photo p) : base(context, fullPath) { _photo = p; }