public List <OwnedProducts> FindByIsActive(string username)
 {
     return(user_product_ctr.GetOwnedproduct(username));
 }