public List <UserProduct> FindByIsActive(string username, bool is_active)
 {
     return(user_product_ctr.FindByIsActive(username, is_active));
 }