public void Add() { base.Status = 1; base.CreatedBy = AuthenticatedUser.GetUserFromIdentity().UserId; _ProductService.AddPro(this); }